/-app
/-app/files
FileEntry.ts
FileList.ts
FolderEntry.ts
/-app/layout
/-app/tests
Application.ts
PageLayout.ts
functions.ts
/-boot
/-docs
/-features
/-imports
/-koBindings
/-storage
/-storage/attached
/-storage/attached/api
/-storage/attached/indexedDB
DetectStorage.ts
FileData.ts
LoadStorage.ts
MetadataData.ts
UpdateStorage.ts
functions.ts
/-storage/attached/localStorage
/-storage/attached/webSQL
/-tests
/-typings
base.css
readme.md
stringUtils.ts
teapo.html
1
<!doctype html>
2
<html>
3
<head>
4
<title>Teapo v0.5j</title>
5
 
6
<style>###base.css###</style>
7
<style>###boot/boot.css###</style> 
8
<style>###app/layout/TestPage.css###</style> 
9
 
10
</head>
11
<body>
12
  
13
  
14
 
15
<script>###boot/early-0.js###</script>
16
<script>###imports/shims/es5-shim.min.js###</script>
17
<script>###imports/shims/es5-sham.min.js###</script>
18
<script>###imports/knockout/knockout-3.0.0.js###</script>
19
<script>###boot/early-1-with-knockout.js###</script>
20
 
21
<!-- Knockout.js templates --->
22
<script id=Application type="text/html">###app/layout/Application.html###</script>
23
<script id=TestPage type="text/html">###app/layout/TestPage.html###</script>
24
<script id=TestCase type="text/html">###app/layout/TestCase.html###</script>
25
 
26
<script>
27
 
28
(function(teapo) {
29
 
30
try {